'宣言 Public Overloads Sub SavePDF( _ ByVal fileName As System.String, _ ByVal pages As System.Collections.Generic.IList(Of PageInfo), _ Optional ByVal options As PdfSaveOptions _ )
public void SavePDF( System.string fileName, System.Collections.Generic.IList<PageInfo> pages, PdfSaveOptions options )
パラメータ
- fileName
- 指定するPDFファイル。
- pages
- ページ情報のコレクション。
- options
- PDF ファイルを保存する際のオプション。